1 //+-----------------------------------------------------------------------
3 // Copyright (c) Microsoft Corporation. All rights reserved.
6 // All #includes and #defines needed to use ATL in our projects.
9 // 2007/06/14 [....] Created (moved from host\proxy)
10 // 2007/09/20 [....] Ported Windows->DevDiv. See SourcesHistory.txt.
12 //------------------------------------------------------------------------
17 #define _ATL_DEBUG_INTERFACES
24 #define _ATL_APARTMENT_THREADED
25 #define ATLASSERT(x) ASSERT(x)
27 #pragma warning(disable: 4100 4995 4996)
29 extern CComModule _Module
;
33 #pragma warning(disable: 4505) // Warning-as-error C4505: 'ATL::CAxHostWindow::QueryInterface' : unreferenced local function has been removed